home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Read-Me1.3 / Omega7.Changes < prev    next >
Text File  |  1988-08-01  |  5KB  |  204 lines

  1.  
  2. Omega 3 to Omega 4 changes
  3. ==========================
  4.  
  5. 1) icon.library
  6.     crashed when passed a null array
  7. 2) disk.info
  8.     icon position removed
  9. 3) delete, copy
  10.     relative paths
  11. 4) status
  12.     correct stack reported
  13. 5) CopyPrefs
  14.     shell script added at marketing request
  15. 6) Notepad
  16.     font crash problem fixed
  17. 7) FFS
  18.     change made to remove need for SetFFS command
  19. 8) SetFFS command removed
  20.  
  21. 9) IconX
  22.     was not correctly CDing to script directory
  23. 10)Newcon
  24.     would not accept 0 or 1 character window names
  25. 11)Shell
  26.     would not accept use of aliases in scripts
  27. 12)Startup-Sequence
  28.     version changed
  29. 13)version.library
  30.     version changed
  31. 14)StartupII
  32.     aux: mount added
  33. 15)Aux-handler
  34.      replaced with quick BCPL aux:
  35. 16)MountList
  36.     changed for AUX:
  37. 17)SetPatch
  38.     optional r option to patch exec with 1 meg of chip ram for recoverable
  39.     ramdisk use
  40. 18)Skip
  41.     can now skip backwards with ALL option
  42.  
  43.         andy
  44.  
  45. EXTRAS 1.3 changes for Omega 4
  46.  
  47. FED
  48. Palette
  49.  
  50.  
  51.  
  52. Omega 4 to Omega 5 changes
  53. ==========================
  54.  
  55. 1)  SKIP
  56.     the ALL keyword was changed to BACK.
  57.  
  58. 2) Startup-Sequence, StartupII
  59.    these were modified...major changes...
  60.    LoadWB was moved into Startup-Sequence
  61.    fewer things were made resident
  62.  
  63. 3) version.library    
  64.    number updated
  65.  
  66. 4) Newcon:
  67.    work was done on the 'picking size and name out of open string' portion.
  68.  
  69. 5) CopyPrefs
  70.    A script to copy system-configuration from the current devs: to df0:Devs was
  71.    added
  72.  
  73. 6) LIST
  74.    use to break with patterns > 31 chars; now fixed.
  75.    the S option of list was renamed to SUB to avoid conflict with the S
  76.    directory.
  77.  
  78. 7) COPY
  79.    copy clone broke; now fixed
  80.  
  81. 8) Iconx
  82.    now can accept user input from commands, if the script starts
  83.    with .key or .<SPACE>
  84.  
  85. 9) Which
  86.    res option added to only search the resident list
  87.  
  88. 10) SetPatch
  89.    r option added to handle recoverable ram disk with > 1 meg chip ram, 
  90.    SetPatch also detaches itself now.
  91.  
  92. 11) FF 
  93.    no longer open the diskfont library unless it needs it.
  94.  
  95. 12) Format
  96.    use to leave the CLI WindowPtr at -1 if the disk was write protected
  97.  
  98. 13) LoadWB
  99.    no longer says release 1.2  (just says release)
  100.  
  101. 14) ChangeTaskPri
  102.    error message corrected to say Process rather than Task
  103.  
  104. 15) RUN
  105.    says process rather than Task
  106.  
  107. 16) NewCLI
  108.     says process rather than Task
  109.  
  110. 17) NewShell
  111.     says process rather than Task
  112.  
  113. 18) Resident
  114.     table format a little nicer; also says 0 for usecount if not in use
  115.     (rather than 1)
  116.  
  117. 19) The following printer drivers did an incorrect thing for
  118.     ESC[0m  (they canceled super/sub mode)
  119.     Xerox_4020, Quadram_QuadJet, HP_PaintJet, Okidata_293I, ImagewriterII,
  120.     EpsonXOld
  121.  
  122. 20) All printer drivers were moved onto the Extras disk
  123.    (except Generic)
  124.  
  125. 21) PrintFiles, ClockPtr, and MergeMem were moved onto the Workbench
  126.     disk
  127.  
  128. 22) A Workbench callable printer install script was added to the
  129.     Utilities drawer.  (InstallPrinter)
  130.  
  131. 23) MEmacs now parses the file name into a buffer name better, and correctly
  132.     updates the mode line when you have windows open on multiple screens
  133.  
  134. 24) Palette was recompiled with the current startup module
  135.  
  136. 25) IconMerge was recompiled with the correct startup module
  137.  
  138.  
  139. Omega 5 to Omega 6 changes
  140. ==========================
  141.  
  142. 1) Copyright filenotes were re-added to the Adobe fonts
  143. 2) Startup-Sequence 
  144.    version #, delay option used for LoadWB
  145. 3) version.library
  146.    version # updated
  147. 4) MEmacs
  148.    crash problem on window resize resolved
  149.    works with other size fonts
  150.    ^X^D extra character delete bug fixed
  151.    Menu size problem in Topaz 9 solved
  152.    Set backup option was reversed, now corrected
  153.    on a command line, the first character of an argument was eaten; fixed
  154. 5) LoadWB
  155.    delay option added to avoid trashing disks
  156. 6) Search
  157.    no longer leaves locks lying about when you control-C to break out
  158. 7) Assign 
  159.    DISMOUNT keyword changed to REMOVE
  160.  
  161. 8) printer.device
  162.    dither problem solved
  163.  
  164.  
  165. Omega 6 to Omega 7 changes
  166. ==========================
  167.  
  168. 1. EndCLI
  169.    message changed to CLI process ending
  170. 2. Eval command
  171.    added
  172. 3. IF
  173.    test for missing first argument removed; now works like
  174.    the documentation suggests.
  175. 4. AUX-Handler
  176.    raw mode fixed
  177. 5. More
  178.    now works with AUX:
  179. 6. Diskcopy
  180.    appearance thing on redirection
  181. 7. Diskdoctor
  182.    corrects incorrect boot block
  183. 8. Format
  184.    doesn't leave lock on write protected disk
  185.    inhibit option now inhibits
  186. 9. MountList
  187.    aux only needed 1000 stack
  188. 10. Emacs
  189.     works in Hedley mode (doesn't open 320 screen)
  190.    (Jerry, please verify)
  191. 11. FFS
  192.    returns no error on end of file (compatible with old fs)
  193. 12. Startup-Sequence
  194.    version number updated
  195. 13. version.library
  196.    version number updated
  197. 14. List
  198.    negative dated files listed
  199. 15. dates on disk
  200.    date of disk set to 28-jul-88 12:00
  201.  
  202.  
  203.  
  204.